Application Server: REST Interface
From Resin 4.0 Wiki
The Resin application server has a REST interface for deployment and control.
By default the interface is disabled. To enable the interface edit resin.properties to set rest_admin_enable property to true. Also configure admin_user and admin_password.
Once the three prerequisites are met rest interface is available at its
default url: http://locahost:8080/resin-rest
Example: Listing MBeans via REST
curl --user admin:secret http://localhost:8080/resin-rest/jmx-list